home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / MOLD.ZIP / MOLD.REF < prev   
Text File  |  1997-08-02  |  2KB  |  174 lines

  1. ;lala
  2.  
  3. @#heal
  4. @offmap
  5. @do moveback
  6. @show
  7.  
  8. `r0`c YOU ARE COMPLETLY HEALED `4MUTHA PHUCKA!
  9.  
  10. `k
  11. @do `p02 is `p03
  12. @do `p03 + 1
  13. @drawmap
  14. @update
  15.  
  16.  
  17.  
  18. @#dirtyman
  19. @do moveback
  20. @do `p20 random 7 1
  21. @if `p20 is 1 then saybar
  22. Im very dirty, touch me if you like ;)
  23. @if `p20 is 2 then saybar
  24. i havent had a bath in at least 2 years!
  25. @if `p20 is 3 then saybar
  26. I am dirty
  27. @if `p20 is 4 then do
  28.  @begin
  29.  @do `p03 + 2
  30.  @update
  31. @closescript
  32. @end
  33. @if `p20 is 5 then saybar
  34. You dont want to know how dirty i am, or do you?
  35. @if `p20 is 6 then saybar
  36. Wanna smell my feet?
  37. @if `p20 is 7 then saybar
  38. My toe's are brown and Icky.
  39.  
  40.  
  41.  
  42. @#weapon
  43. @offmap
  44. @do moveback
  45. @do `v01 is 1
  46. @label storetop
  47. @show
  48. `r0`cYou are talking to Stealth smakilo, he yells 'what do you want!?`
  49.  
  50. @do write
  51. `x`x
  52.  @do `v01 is 1
  53.  @choice
  54. Look at his Gawd damn Weapon's
  55. Leave this god forbidden place.
  56. @if responce is 1 then do begin
  57.  @begin
  58.  @buymanager
  59. 6
  60. 4
  61. 9
  62. 15
  63. 16
  64. 34
  65. 35
  66. 36
  67. 38
  68. 39
  69. 49
  70. 58
  71. 60
  72.  @do goto storetop
  73.  @end
  74.  
  75.  @drawmap
  76.  @update
  77.  @closescript
  78. @end
  79.  
  80.  
  81.  
  82. @#armor
  83. @offmap
  84. @do moveback
  85. @do `v01 is 1
  86. @label armortop
  87. @show
  88. `r0`c Your talking to Storkus Malfunction
  89.  
  90.  
  91. `k
  92. @do write
  93. `x`x
  94.  @do `v01 is 1
  95.  @choice
  96. Look at his Damn armor
  97. Leave this ugly hell hole.
  98. @if response is 1 then do begin
  99.  @begin
  100.  @buymanager
  101. 10
  102. 12
  103. 13
  104. 14
  105. 37
  106. 59
  107. 67
  108. 68
  109.  @do goto armortop
  110.  @end
  111.  
  112.  @drawmap
  113.  @update
  114.  @closescript
  115. @end
  116.  
  117.  
  118. @#barguy
  119. @do moveback
  120. @do `v01 is 1
  121. @label start ma
  122. @show
  123. `r0`c`% Talking to the INN Keeper.
  124.  Hi! Welcome to Stealth's INN,
  125.  he asks, AY What can i do for ya?  `r0
  126.                               
  127.  
  128. @do write
  129. `x`x
  130.  @do `v01 is 1
  131.  @choice
  132. >&money 50 Get a Room for 50 Bux
  133. Leave this place
  134. @if response is 1 then do begin
  135.  @begin
  136.  @do x is 35
  137.  @do y is 13
  138.  @do map is 324
  139.  @loadmap 324
  140.  @drawmap
  141.  @update
  142.  @do money - 50
  143.  
  144. @end
  145.  
  146. @if response is 2 then do begin
  147.  @begin
  148.  @do x is 39
  149.  @do y is 15
  150.  @do map is 324
  151.  @loadmap 324
  152.  @drawmap
  153.  @update
  154. @end
  155.  
  156.  
  157. @#piss
  158. @do moveback
  159. @do `p20 random 3 1
  160. @if `p20 is 1 then do begin
  161.  @begin
  162.  @do `p02 = `p03
  163.  @do saybar
  164. AHHhhhhhhhhh....  MUCH BETTER!!
  165.  
  166. @if `p20 is 2 then saybar
  167. mmmmmmmm, you sigh releif as you take a load off..
  168. @if `p20 is 3 then saybar
  169. oh yeah, much better, i needed that.
  170.  
  171.  
  172. @end
  173.  
  174.